home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(33, 1)
- set the memberNum of sprite 33 to the number of member "BACK ON2"
- updateStage()
- end
-
- on mouseUp
- global rootpath
- set the memberNum of sprite 33 to the number of member "BACK OFF2"
- updateStage()
- puppetSprite(33, 0)
- unLoad()
- puppetSound(0)
- go("cafe", "TOC")
- end
-